Version

Item Property (PageBreakCollection<T>)

Gets the page break at the specified index.
Syntax
public T this[ 
   int index
]; {get;}

Parameters

index
The index of the page break to get.

Property Value

A PageBreak-derived instance.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionOccurs when index is less than 0 or greater than of equal to Count.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also